home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / tinyterminal_1_0.lha / makefile next >
Makefile  |  1990-08-09  |  108b  |  9 lines

  1. tt: tt.o
  2.     ln tt -lc16
  3.  
  4. tt.o: tt.c tt.sym
  5.     cc -ps -hitt.sym tt
  6.  
  7. tt.sym: tt.h
  8.     cc -ps -hott.sym tt.h
  9.